home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / toolkit / vbof_v11 / readme.txt < prev    next >
Encoding:
Text File  |  1996-03-03  |  3.1 KB  |  66 lines

  1. (c) Copyright 1996 Ken Fitzpatrick
  2.     All Rights Reserved
  3.     This product cannot be sold without permission from the author,
  4.     however it can be distributed freely, but only in the entirety of 
  5.     the bundled files.  For details, see the file License.txt bundled 
  6.     herein.
  7.  
  8. Version 1.1, March, 1996
  9.  
  10. These files contain the VB Object Framework ("VBOF") for Microsoft 
  11. Visual Basic Version 4.0 (tm).  
  12.  
  13. VB Object Framework ("VBOF") is a series of VB4-compatible Class Modules 
  14. which are designed to significantly extend the object-oriented 
  15. capabilities of Microsoft Visual Basic.  
  16.  
  17. See file "VBOF.txt" for a brief description of its capabilities and 
  18. intended usage.  
  19.  
  20. (Strongly recommended) See the VB Object Framework User's Guide, in file 
  21. "VBOF.doc", for a full description of its capabilities and intended usage.
  22. This is a 95-page User's Guide with many topics, including object-oriented
  23. programming techniques, discussions of VBOF services and Appendixes of 
  24. the public methods of all of the VBOF Class Modules.  In addition to 
  25. thoroughly documenting VBOF, it can also help the VB programming community 
  26. develop a fondness for object-oriented programming techniques.
  27. Note:  ensure the Word Template file "VBOF.dot" is available
  28.  
  29. In an attempt to bring visualization to VBOF's potentially abstract 
  30. object-oriented features, a demonstration package is also included.  
  31. Open the VB Project "DemoVBOF.vbp".  If there are any problems opening the 
  32. project, see some suggestions located in "DemoVBOF.txt".
  33.  
  34. In the demo, note several features available only to object-oriented 
  35. programs:
  36.  
  37. ╖ objects are imbedded within one another for an enriched data environment. 
  38.   For example:
  39.     Address objects contain State objects.  This enables the Address 
  40.            objects to be "smarter", like knowing the Capital City of the State
  41.         Person objects contain Mother and Father objects.  This enables the 
  42.            Person objects to be "smarter" about its lineage
  43.         Person objects contain Spouse objects.  This enables the Person to 
  44.            respond with details about its spouse
  45.  
  46. ╖ collections of multiple objects are imbedded within one another (Addresses 
  47.   within Persons, Phones within Persons, Persons within Company, etc.)
  48.  
  49. ╖ automatic implementation of the application's object containment
  50.   hierarchy and automatic object persistence through a fully encapsulated
  51.   database interface
  52.  
  53. ╖ inter-task communication is conducted with complete object independence, 
  54.   through triggered events
  55.  
  56. ╖ multiple views of the same objects which immediately reflect any changes 
  57.   performed independently by any one of those views
  58.  
  59. ╖ an object-oriented manner of manipulating common GUI-centric VB controls,
  60.   such as the DBGrid, ListBox, ComboBox, RecordSet, DataControl, etc.
  61.  
  62. This is a Shareware product.  Those who agree to pay a registration fee 
  63. of $29, will be kept up-to-date with future releases within this version.  
  64. Refer to the file Register.txt for registration information.
  65.  
  66. Microsoft Visual Basic is a registered trademark of the Microsoft Corporation.